home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 2
/
CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso
/
17_bit_pd
/
17bitgif
/
utility
/
amiga
/
gd_v1_11.lha
/
gd1.1.1
/
README.bak
< prev
next >
Wrap
Text File
|
1994-12-10
|
3KB
|
59 lines
This is the gd gif-manipulating library, version 1.1. It was
created to allow graphs, charts and the like to be generated on the
fly for use on the World wide Web, but is useful for any
application in which custom .GIFs are useful. It is not a paint
program; it is a library. If you are looking for a paint program
for the X Window System, check out David Koblas "xpaint", available
by anonymous FTP from ftp.netcom.com in pub/koblas. (I'm just a
fan of Dave's code.)
"What's new in gd 1.1?"
-- Polygon drawing and filling
-- Brushes
-- Tiles
-- Line styling (even with brushes...)
-- Interlaced GIFs (hello, Netscape!)
COPYRIGHT 1994 BY THE QUEST CENTER AT COLD SPRING HARBOR LABS.
Permission granted for unlimited use, provided that
the Quest Center at Cold Spring Harbor Labs is given
credit for the library in the user-visible documentation of
your software. If you modify gd, we ask that you share the
modifications with us so they can be added to the
distribution. See gd.html for details.
gd has been compiled in various forms on all major platforms.
It is happiest on a machine with 32-bit addressing and
a proper stack (ie, anything running Unix, VMS, Windows NT
or any other modern operating system), but is entirely
usable under DOS and Windows. Note, however, that the
flood-fill routines are mildly recursive and may fail on machines
with tiny stack areas. Also, the fonts require a significant
amount of memory (they are optimized more for speed than
for size), but they need not be linked by applications that
do not use them. Otherwise the code is highly
portable and has been written in pre-ANSI C to ensure
easy compilation on all platforms.
Full documentation is provided in HTML (World Wide Web) format
in the file gd.html (part of this distribution). You can access the
latest version of the file at the URL "http://siva.cshl.org/gd/gd.html".
If you are unfamiliar with the World Wide Web, consult the Frequently
Asked Questions posting of comp.infosystems.www.users for
more information on where to locate a hypertext browser.
The text-based browser "Lynx" does a particularly good job
of navigating the manual and will run on nearly anything.
If you don't have the patience to consult the manual
first, build and examine gddemo (see the Makefile)
and run it. It will read in demoin.gif and output
demoout.gif, which you will want to examine with your
GIF viewer to see the results.
Tom Boutell, boutell@netcom.com
http://sunsite.unc.edu/boutell/index.html
116 14th Ave E Apt 2
Seattle, WA 98102